home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / MUI / MCC_VLab / Docs / VLab_mcc.doc
Encoding:
Text File  |  1999-05-28  |  3.3 KB  |  142 lines

  1.  
  2. VLab.mcc/VLab.mcp - Documentation
  3.  
  4.  
  5. Copyright
  6. *********
  7.  
  8.    VLab.mcc (C) 1999-2000 Steve Quartly
  9.  
  10.    This data is freely distributable, but copyrighted by me. This means you
  11. may  freely  copy them as long as you do not charge more than a nominal fee
  12. for  copying.  This  data may be put on PD disks, especially on Fred Fish's
  13. AmigaLibDisks  and  Fred's  or Aminet CDROMs. If you want to distribute the
  14. data  you  MUST  keep  this  document with it. All documents, programms and
  15. files must be distributed in their original unmodified form.
  16.  
  17.    The author can not be made responsible for any damage which is caused by
  18. using these programs.
  19.  
  20. -------------------------------------------------------------------------
  21.  
  22.   This  class  is  shareware.  This  means  I  request  those users who use
  23. VLab.mcc to:
  24.  
  25. 1) Send me a shareware fee of US$20.
  26.  
  27. OR
  28.  
  29. 2) If you write an application that uses VLab.mcc please send me a copy of
  30. it.
  31.  
  32. I  am  very  interested  in who uses my classes so please don't hesitate to
  33. contact me and let me know that you are using it. (Even if you don't intend
  34. on paying the shareware fee)
  35.  
  36.  
  37.    Send comments, suggestions, bug reports, the shareware fee to:
  38.  
  39.     Steve Quartly
  40.     1280 Stevens St
  41.     Mundaring, Perth,
  42.     Western Australia 6073
  43.     Australia
  44.  
  45.     e-mail:  steveq@mafeking.scouts.org.au
  46.  
  47.  
  48.  
  49.  
  50. What is VLab.mcc and VLab.mcp
  51. ****************************************************************
  52.  
  53.    VLab is a Custom Class for the Magic User Interface © by Stefan
  54. Stuntz. It's a subclass of area-class.
  55.  
  56. Features include:
  57.  
  58. * Open a monitor in a VLab.mcc window.
  59. * Open a monitor in your own window.
  60. * Image grabbing in all modes (PAL/NTSC/FULLFRAME/HALFFRAME).
  61. * YUV to RGB conversion.
  62. * De-Interlacing of grabbed images.
  63. * Obtain pointers to image buffers for saving etc.
  64. * Grabbed images can be buffered on disk (virtual memory).
  65. * Simply adding a grabbed image to a group in a window will display it.
  66. * Supports both CyberGraphX and guigfx.library.
  67.  
  68. There is a prefs class VLab.mcp with it, which permits the
  69. user to choose all default VLab card settings as well as
  70. virtual memory settings.
  71.  
  72.  
  73.  
  74. What you need!
  75. **************
  76.  
  77.    - MUI 3.6+
  78.    - AmigaOS V37+ (2.x)
  79.  
  80.  
  81.  
  82. What else is required
  83. *********************
  84.  
  85.    - CyberGraphX
  86.  
  87.    OR
  88.  
  89.    - guigfx.library
  90.  
  91. Note:
  92. Neither CyberGraphX or guigfx.library are required if all you want to do is
  93. grab  and  save.  You will however need one of these if you wish to use the
  94. monitor or display a grabbed image.
  95.  
  96.  
  97.    - vlab.library (v10.0) (Included in this release)
  98.  
  99.  
  100.  
  101. How to install!
  102. ***************
  103.  
  104.   copy MCC_VLab/Libs/MUI/VLab.mcc      MUI:Libs/MUI/
  105.   copy MCC_VLab/Libs/MUI/VLab.mcp      MUI:Libs/MUI/
  106.   copy MCC_VLab/SYS/Libs/vlab.library  Libs:
  107.  
  108. Now run MCC_VLab/Demos/VLab-Demo
  109.  
  110.  
  111. for developpers :
  112.  
  113.   copy MCC_VLab/Developer/AutoDocs/VLab.autodoc         AutoDoc:
  114.   copy MCC_VLab/Developer/AutoDocs/VLabImage.autodoc    AutoDoc:
  115.   copy MCC_VLab/Developer/Include/MUI/vlab_mcc.h        Include:MUI/
  116.  
  117.  
  118. Future development?
  119. *******************
  120.  
  121. - A colour monitor
  122.  
  123.  
  124. Thanks
  125. ******
  126.  
  127.      Many thanks to
  128.        Paul Huxham
  129.          - For his expertise and incredible knowledge of the Amiga platform.
  130.  
  131.        Frank Mariak
  132.          - For his modified vlab.library and help with the monitor.
  133.  
  134.      Stefan Stuntz
  135.        - For MUI!
  136.  
  137.      Debra Quartly
  138.        - For her love and patience.
  139.  
  140.  
  141. © 1999-2000  Steve Quartly
  142.